The following document contains the results of Checkstyle 10.7.0 with sun_checks.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
9 | 0 | 0 | 284 |
File | ![]() |
![]() |
![]() |
---|---|---|---|
example/Main.java | 0 | 0 | 6 |
example/Model.java | 0 | 0 | 20 |
example/View.java | 0 | 0 | 121 |
example/ViewEnglish.properties | 0 | 0 | 1 |
money/Money.java | 0 | 0 | 21 |
money/MoneyBag.java | 0 | 0 | 46 |
money/SimpleMoney.java | 0 | 0 | 33 |
reflection/ShowClass.java | 0 | 0 | 36 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | RightCurly | 2 | ![]() |
coding | MagicNumber | 12 | ![]() |
design | DesignForExtension | 6 | ![]() |
HideUtilityClassConstructor | 1 | ![]() | |
javadoc | JavadocMethod | 25 | ![]() |
JavadocPackage | 3 | ![]() | |
JavadocStyle | 7 | ![]() | |
JavadocVariable | 16 | ![]() | |
MissingJavadocMethod | 2 | ![]() | |
misc | FinalParameters | 79 | ![]() |
naming | LocalFinalVariableName | 1 | ![]() |
regexp | RegexpSingleline
|
2 | ![]() |
sizes | LineLength
|
40 | ![]() |
whitespace | MethodParamPad | 69 | ![]() |
NoWhitespaceAfter | 1 | ![]() | |
NoWhitespaceBefore | 2 | ![]() | |
OperatorWrap | 2 | ![]() | |
WhitespaceAfter | 9 | ![]() | |
WhitespaceAround | 5 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 15 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 16 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 23 |
![]() |
misc | FinalParameters | Parameter stage should be final. | 23 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 17 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 21 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 23 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 27 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 30 |
![]() |
misc | FinalParameters | Parameter language should be final. | 30 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'language'. | 30 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 36 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 39 |
![]() |
misc | FinalParameters | Parameter value should be final. | 39 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'value'. | 39 |
![]() |
whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 40 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 46 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 49 |
![]() |
misc | FinalParameters | Parameter observer should be final. | 49 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'observer'. | 49 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 113). | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 49 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 49 |
![]() |
whitespace | WhitespaceAround | '+' is not followed by whitespace. | 49 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 49 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 58 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 61 |
![]() |
misc | FinalParameters | Parameter language should be final. | 61 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'language'. | 61 |
![]() |
misc | FinalParameters | Parameter model should be final. | 61 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'model'. | 61 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 64 |
![]() |
design | DesignForExtension | Class 'View' looks like designed for extension (can be subclassed), but the method 'makeScene' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'View' final or making the method 'makeScene' static/final/abstract/empty, or adding allowed annotation for the method. | 70 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 70 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 |
![]() |
misc | FinalParameters | Parameter width should be final. | 70 |
![]() |
misc | FinalParameters | Parameter height should be final. | 70 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 81). | 88 |
![]() |
coding | MagicNumber | '50' is a magic number. | 90 |
![]() |
coding | MagicNumber | '100' is a magic number. | 90 |
![]() |
coding | MagicNumber | '100' is a magic number. | 95 |
![]() |
coding | MagicNumber | '325' is a magic number. | 95 |
![]() |
coding | MagicNumber | '20' is a magic number. | 95 |
![]() |
coding | MagicNumber | '3' is a magic number. | 101 |
![]() |
coding | MagicNumber | '4' is a magic number. | 102 |
![]() |
coding | MagicNumber | '5' is a magic number. | 103 |
![]() |
coding | MagicNumber | '6' is a magic number. | 104 |
![]() |
coding | MagicNumber | '7' is a magic number. | 105 |
![]() |
coding | MagicNumber | '7' is a magic number. | 106 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 110 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 115 |
![]() |
misc | FinalParameters | Parameter message should be final. | 115 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 83). | 123 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 123 |
![]() |
misc | FinalParameters | Parameter property should be final. | 123 |
![]() |
misc | FinalParameters | Parameter response should be final. | 123 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 130 |
![]() |
misc | FinalParameters | Parameter property should be final. | 130 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 136 |
![]() |
misc | FinalParameters | Parameter id should be final. | 136 |
![]() |
misc | FinalParameters | Parameter response should be final. | 136 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 139 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 142 |
![]() |
misc | FinalParameters | Parameter buttons should be final. | 142 |
![]() |
whitespace | NoWhitespaceBefore | '...' is preceded with whitespace. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 149 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 149 |
![]() |
misc | FinalParameters | Parameter id should be final. | 149 |
![]() |
misc | FinalParameters | Parameter defaultChoice should be final. | 149 |
![]() |
misc | FinalParameters | Parameter response should be final. | 149 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 155 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 155 |
![]() |
misc | FinalParameters | Parameter id should be final. | 155 |
![]() |
misc | FinalParameters | Parameter min should be final. | 155 |
![]() |
misc | FinalParameters | Parameter start should be final. | 155 |
![]() |
misc | FinalParameters | Parameter max should be final. | 155 |
![]() |
misc | FinalParameters | Parameter response should be final. | 155 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 160 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 165 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 165 |
![]() |
misc | FinalParameters | Parameter id should be final. | 165 |
![]() |
misc | FinalParameters | Parameter choices should be final. | 165 |
![]() |
misc | FinalParameters | Parameter response should be final. | 165 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 166 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 169 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 127). | 172 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 112). | 178 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 178 |
![]() |
misc | FinalParameters | Parameter idPrefix should be final. | 178 |
![]() |
misc | FinalParameters | Parameter choices should be final. | 178 |
![]() |
misc | FinalParameters | Parameter response should be final. | 178 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 163). | 190 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 190 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 110). | 195 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 195 |
![]() |
misc | FinalParameters | Parameter idPrefix should be final. | 195 |
![]() |
misc | FinalParameters | Parameter choices should be final. | 195 |
![]() |
misc | FinalParameters | Parameter response should be final. | 195 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 140). | 200 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 206 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 206 |
![]() |
misc | FinalParameters | Parameter id should be final. | 206 |
![]() |
misc | FinalParameters | Parameter width should be final. | 206 |
![]() |
misc | FinalParameters | Parameter height should be final. | 206 |
![]() |
misc | FinalParameters | Parameter shapeSize should be final. | 206 |
![]() |
misc | FinalParameters | Parameter response should be final. | 206 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 210 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 211 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 224 |
![]() |
misc | FinalParameters | Parameter inputField should be final. | 224 |
![]() |
misc | FinalParameters | Parameter response should be final. | 224 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 229 |
![]() |
misc | FinalParameters | Parameter prompt should be final. | 229 |
![]() |
misc | FinalParameters | Parameter response should be final. | 229 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 96). | 230 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 238 |
![]() |
misc | FinalParameters | Parameter dataFile should be final. | 238 |
![]() |
misc | FinalParameters | Parameter response should be final. | 238 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 240 |
![]() |
design | DesignForExtension | Class 'View' looks like designed for extension (can be subclassed), but the method 'loadDataFile' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'View' final or making the method 'loadDataFile' static/final/abstract/empty, or adding allowed annotation for the method. | 245 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 245 |
![]() |
misc | FinalParameters | Parameter dataFile should be final. | 245 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 108). | 247 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 250 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 256 |
![]() |
misc | FinalParameters | Parameter n should be final. | 256 |
![]() |
naming | LocalFinalVariableName | Name 'CSS_CLASS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 257 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 261 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 268 |
![]() |
misc | FinalParameters | Parameter id should be final. | 268 |
![]() |
misc | FinalParameters | Parameter node should be final. | 268 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 274 |
![]() |
misc | FinalParameters | Parameter lbl should be final. | 274 |
![]() |
misc | FinalParameters | Parameter txt should be final. | 274 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 5 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 4 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 14 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 14 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 14 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 19 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 19 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 19 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 24 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 24 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'factor'. | 24 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 29 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 31 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 34 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 39 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 41 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 41 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'm'. | 41 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 46 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 48 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 48 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 's'. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 20 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 22 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 23 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 27 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 27 |
![]() |
misc | FinalParameters | Parameter monies should be final. | 27 |
![]() |
whitespace | NoWhitespaceBefore | '...' is preceded with whitespace. | 27 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 38 |
![]() |
coding | MagicNumber | '5' is a magic number. | 39 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 45 |
![]() |
misc | FinalParameters | Parameter copy should be final. | 45 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'copy'. | 45 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 53 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 |
![]() |
misc | FinalParameters | Parameter m should be final. | 56 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 |
![]() |
misc | FinalParameters | Parameter m should be final. | 64 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 72 |
![]() |
misc | FinalParameters | Parameter factor should be final. | 72 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 84). | 76 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 77 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 87 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 100 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 108 |
![]() |
misc | FinalParameters | Parameter anObject should be final. | 108 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 110 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 130 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 142 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 92). | 152 |
![]() |
design | DesignForExtension | Class 'MoneyBag' looks like designed for extension (can be subclassed), but the method 'addMoney' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MoneyBag' final or making the method 'addMoney' static/final/abstract/empty, or adding allowed annotation for the method. | 153 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 154 |
![]() |
misc | FinalParameters | Parameter simple should be final. | 154 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 160 |
![]() |
misc | FinalParameters | Parameter aSimpleMoney should be final. | 160 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 171 |
![]() |
design | DesignForExtension | Class 'MoneyBag' looks like designed for extension (can be subclassed), but the method 'addMoneyBag' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MoneyBag' final or making the method 'addMoneyBag' static/final/abstract/empty, or adding allowed annotation for the method. | 178 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 179 |
![]() |
misc | FinalParameters | Parameter bag should be final. | 179 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 185 |
![]() |
misc | FinalParameters | Parameter aBag should be final. | 185 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 192 |
![]() |
misc | FinalParameters | Parameter currency should be final. | 192 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 202 |
![]() |
misc | FinalParameters | Parameter m should be final. | 202 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 209 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 11 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 17 |
![]() |
misc | FinalParameters | Parameter amount should be final. | 17 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'amount'. | 17 |
![]() |
misc | FinalParameters | Parameter currency should be final. | 17 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'currency'. | 17 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 25 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 28 |
![]() |
misc | FinalParameters | Parameter m should be final. | 28 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 36 |
![]() |
misc | FinalParameters | Parameter m should be final. | 36 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 |
![]() |
misc | FinalParameters | Parameter factor should be final. | 44 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 60 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 67 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 67 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 74 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 74 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 82 |
![]() |
misc | FinalParameters | Parameter anObject should be final. | 82 |
![]() |
whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 84 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 87 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 96 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 107 |
![]() |
design | DesignForExtension | Class 'SimpleMoney' looks like designed for extension (can be subclassed), but the method 'addMoney' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimpleMoney' final or making the method 'addMoney' static/final/abstract/empty, or adding allowed annotation for the method. | 113 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 114 |
![]() |
misc | FinalParameters | Parameter m should be final. | 114 |
![]() |
design | DesignForExtension | Class 'SimpleMoney' looks like designed for extension (can be subclassed), but the method 'addMoneyBag' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'SimpleMoney' final or making the method 'addMoneyBag' static/final/abstract/empty, or adding allowed annotation for the method. | 121 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 122 |
![]() |
misc | FinalParameters | Parameter s should be final. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 94). | 28 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 30 |
![]() |
misc | FinalParameters | Parameter clazz should be final. | 30 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'clazz'. | 30 |
![]() |
blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 39 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 119). | 40 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 47 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 50 |
![]() |
misc | FinalParameters | Parameter c should be final. | 50 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'c'. | 50 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 54 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 82). | 55 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 56 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 85 |
![]() |
misc | FinalParameters | Parameter f should be final. | 85 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 106). | 91 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 97). | 94 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 95 |
![]() |
misc | FinalParameters | Parameter member should be final. | 95 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 87). | 121 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 121 |
![]() |
misc | FinalParameters | Parameter annotations should be final. | 121 |
![]() |
misc | FinalParameters | Parameter delimiter should be final. | 121 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 128 |
![]() |
misc | FinalParameters | Parameter types should be final. | 128 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 141 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 143 |
![]() |
misc | FinalParameters | Parameter t should be final. | 143 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 153 |
![]() |
misc | FinalParameters | Parameter m should be final. | 153 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 159 |
![]() |
whitespace | MethodParamPad | '(' is preceded with whitespace. | 159 |
![]() |
misc | FinalParameters | Parameter args should be final. | 159 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 89). | 160 |